-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add very basic flutter.yaml documentation. #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
flutter_yaml.md
Outdated
| --- | ||
| layout: page | ||
| title: flutter.yaml Format | ||
| permalink: /flutter_yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd call this /manifest/
Also note the trailing /
|
LGTM |
| `material-design-icons` | ||
| : Optional. Dictionaries specifying icons to include as assets. | ||
|
|
||
| `services` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mention the field type? (array of strings)
4c5f0c0 to
169304c
Compare
|
ptal @mpcomplete |
|
|
||
| There are no restrictions at this time on valid characters in a name. | ||
|
|
||
| ## Assets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to doc on assets?
https://github.com/flutter/website/blob/master/assets-and-images.md
|
lgtm |
|
I just need to check this in and let someone better versed in this take over. :/ |
Add very basic flutter.yaml documentation.
|
I'm very sorry @qchong and @krisgiesing for not answering your requests. I'm not a sustainable owner for things like this. |
Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `ec39689` to `f5011e7`. - [Release notes](https://github.com/flutter/codelabs/releases) - [Commits](flutter/codelabs@ec39689...f5011e7) --- updated-dependencies: - dependency-name: examples/codelabs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump site-shared from `04a5353` to `74292e2` (#153) - io23 bring up to date (#154) - Update PULL_REQUEST_TEMPLATE.md - Update build.yml - Bump examples/codelabs from `f34ebd8` to `ec39689` (#155) - Bump github/codeql-action from 2.3.0 to 2.3.1 (#156) - Bump github/codeql-action from 2.3.1 to 2.3.2 (#159) - Bump examples/codelabs from `ec39689` to `f5011e7` (#158) - Bump examples/codelabs from `f5011e7` to `b7d1dd0` (#161) - Bump site-shared from `74292e2` to `d514327` (#160) - Bump examples/codelabs from `b7d1dd0` to `b53da25` (#163) - Update Codelabs page with NG UI lab (#162) - Update wasm landing page for I/O '23 (#157) - Bump pigeon from 9.2.5 to 10.0.0 in /examples/development/platform_integration (#166) - Bump ruby from 3.2-2-slim-bullseye to 3.2.2-slim-bullseye (#169) - Update supported-platforms.md (#168) - [web] Document new HTML embedding options. (#164) - Flutter 3.10 release notes (#170) - Enable tests on `beta` branch and update examples (#172) - Bump actions/checkout from 3.5.0 to 3.5.2 (#175) - Bump github/codeql-action from 2.3.2 to 2.3.3 (#174) - Bump examples/codelabs from `b53da25` to `af7e9a9` (#173) - Add Swift Package Manager design doc go link (#171) - Enable link check workflow (#176) - Update language version to Dart 3 in examples (#178) - wasm: small update (#180) - Add PaLM codelab (#179) - Updated breaking changes for 3.10 (#177) - Update What's New for 3.10 (#165) - Tweak to wasm page (#181) - Bump examples/codelabs from `af7e9a9` to `007143a` (#182) - Added new banner for I/O 2023 announcement (#183) - restore build.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]> Co-authored-by: Parker Lougheed <[email protected]> Co-authored-by: 失魂魚 <[email protected]> Co-authored-by: Brett Morgan <[email protected]> Co-authored-by: Bernardo Ferrari <[email protected]> Co-authored-by: Dimitris Paxinos <[email protected]> Co-authored-by: Elias Yishak <[email protected]> Co-authored-by: Mouad Debbar <[email protected]> Co-authored-by: Anthony Sansone <[email protected]> Co-authored-by: Leigha Jarett <[email protected]> Co-authored-by: Victoria Ashworth <[email protected]> Co-authored-by: Loïc Sharma <[email protected]> Co-authored-by: Eilidh Southren <[email protected]> Co-authored-by: gaaclarke <[email protected]> Co-authored-by: Kevin Moore <[email protected]> Co-authored-by: Stefanie Luo <[email protected]> Co-authored-by: Chris Bracken <[email protected]> Co-authored-by: David Iglesias <[email protected]> Co-authored-by: John Ryan <[email protected]> Co-authored-by: Yegor <[email protected]> Co-authored-by: Kevin Chisholm <[email protected]> Co-authored-by: Jenn Magder <[email protected]> Co-authored-by: Tim Sneath <[email protected]>
Fixes flutter/flutter#1431
@abarth @mpcomplete @qchong